Version

transform(Single[],Int32) Method

Transform nvert points from v using this matrix.
Syntax
'Declaration
 
Public Overloads Sub transform( _
   ByVal v() As Single, _
   ByVal nvert As Integer _
) 
public void transform( 
   float[] v,
   int nvert
)

Parameters

v
The array of points to transform. Three successive entries in this array constitute a single point.
nvert
The count of points to transform. Should be = v.Length/3 if v is being transformed from beginning to end.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also